home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / masaofis / um200 / UNINSMAN.EN_ / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-03-25  |  4KB  |  193 lines

  1. object AboutBox: TAboutBox
  2.   Left = 330
  3.   Top = 161
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 236
  7.   ClientWidth = 322
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel2: TBevel
  18.     Left = 56
  19.     Top = 56
  20.     Width = 241
  21.     Height = 2
  22.     Shape = bsTopLine
  23.   end
  24.   object Copyright: TLabel
  25.     Left = 56
  26.     Top = 32
  27.     Width = 249
  28.     Height = 16
  29.     AutoSize = False
  30.     Caption = 'Programmed  By  Ahmet Hidayetoglu (c) 1997 -1998'
  31.   end
  32.   object ProgramIcon: TImage
  33.     Left = 8
  34.     Top = 12
  35.     Width = 32
  36.     Height = 32
  37.     AutoSize = True
  38.     IsControl = True
  39.   end
  40.   object Label6: TLabel
  41.     Left = 56
  42.     Top = 8
  43.     Width = 115
  44.     Height = 13
  45.     Caption = 'Uninstall Manager v2.00'
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -12
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label8: TLabel
  54.     Left = 28
  55.     Top = 88
  56.     Width = 252
  57.     Height = 13
  58.     Caption = 'This is a shareware version of Unistall Manager v2.00'
  59.   end
  60.   object Label9: TLabel
  61.     Left = 8
  62.     Top = 112
  63.     Width = 308
  64.     Height = 13
  65.     Caption = 
  66.       'You may use it for 30 days. If  you would like to continue to us' +
  67.       'e it.'
  68.   end
  69.   object Label10: TLabel
  70.     Left = 13
  71.     Top = 136
  72.     Width = 291
  73.     Height = 13
  74.     Caption = 
  75.       'You must register. Please read the order.txt for registration in' +
  76.       'fo'
  77.   end
  78.   object Panel1: TPanel
  79.     Left = 0
  80.     Top = 0
  81.     Width = 323
  82.     Height = 195
  83.     BevelOuter = bvNone
  84.     TabOrder = 1
  85.     Visible = False
  86.     object Image1: TImage
  87.       Left = 4
  88.       Top = 4
  89.       Width = 314
  90.       Height = 64
  91.       ParentShowHint = False
  92.       Picture.Data = {<image000.bmp>}
  93.       ShowHint = False
  94.     end
  95.     object Label7: TLabel
  96.       Left = 24
  97.       Top = 134
  98.       Width = 254
  99.       Height = 13
  100.       Caption = '    Support devoloping of this software by registering it.'
  101.       Color = clBtnFace
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clRed
  104.       Font.Height = -12
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentColor = False
  108.       ParentFont = False
  109.       Transparent = True
  110.     end
  111.     object Label3: TLabel
  112.       Left = 16
  113.       Top = 88
  114.       Width = 129
  115.       Height = 13
  116.       Caption = 'This product is licensed to :'
  117.     end
  118.     object Label4: TLabel
  119.       Left = 152
  120.       Top = 88
  121.       Width = 137
  122.       Height = 13
  123.       Caption = 'UNREGISTERED VERSION'
  124.     end
  125.   end
  126.   object OKBtn: TButton
  127.     Left = 233
  128.     Top = 200
  129.     Width = 75
  130.     Height = 25
  131.     Cancel = True
  132.     Caption = 'OK'
  133.     Default = True
  134.     TabOrder = 0
  135.     OnClick = OKBtnClick
  136.   end
  137.   object Button1: TButton
  138.     Left = 16
  139.     Top = 200
  140.     Width = 75
  141.     Height = 25
  142.     Caption = '&Register'
  143.     TabOrder = 2
  144.     OnClick = Button1Click
  145.   end
  146.   object Panel2: TPanel
  147.     Left = 0
  148.     Top = 72
  149.     Width = 323
  150.     Height = 122
  151.     BevelOuter = bvNone
  152.     TabOrder = 3
  153.     Visible = False
  154.     object Label1: TLabel
  155.       Left = 16
  156.       Top = 19
  157.       Width = 87
  158.       Height = 13
  159.       Caption = 'Registration Name'
  160.     end
  161.     object Label2: TLabel
  162.       Left = 16
  163.       Top = 67
  164.       Width = 77
  165.       Height = 13
  166.       Caption = 'Registration Key'
  167.     end
  168.     object Edit1: TEdit
  169.       Left = 128
  170.       Top = 14
  171.       Width = 137
  172.       Height = 21
  173.       TabOrder = 0
  174.     end
  175.     object Edit2: TEdit
  176.       Left = 128
  177.       Top = 64
  178.       Width = 137
  179.       Height = 21
  180.       TabOrder = 1
  181.     end
  182.   end
  183.   object Button2: TButton
  184.     Left = 120
  185.     Top = 200
  186.     Width = 89
  187.     Height = 25
  188.     Caption = 'Register &Online'
  189.     TabOrder = 4
  190.     Visible = False
  191.   end
  192. end
  193.